home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS25.ADF / KeyBird / execute.me < prev    next >
Text File  |  1989-01-26  |  690b  |  15 lines

  1. echo "Copy AmigaBasic to this disk."
  2. echo "Amigabasic, keybird, and keybirdsupportfile must all be"
  3. echo "   in the same directory."
  4. echo "The program assumes that all keymap files are loaded and saved from"
  5. echo "   directory   devs:keymaps, usually on the SYStem disk."
  6. echo "   If you want to use another directory, say <yourdirectory>,"
  7. echo "   then before running keybird, try the following:"
  8. echo "        makedir <yourdirectory>/keymaps"
  9. echo "        assign  devs: <yourdirectory>"
  10. copy Thisisusa devs:keymaps
  11. copy color     devs:keymaps
  12. copy pencil    devs:keymaps
  13. echo "To start program, type  Amigabasic keybird  in a CLI window,"
  14. echo "   or double click on the keybird icon."
  15.